Release 10.1A: OpenEdge Data Management:
SQL Reference
UPPER
Returns the result of the argument character expression after converting all the characters to uppercase.
Syntax
Example
The example illustrates the
UPPERfunction, returning columns from rows in the customer table where thelast_namecolumn, after being converted to uppercase, is equal to ‘SMITH’:
Notes
- The argument to the function must be of type
CHARACTER.- The result is of type
CHARACTER.- If the argument expression evaluates to
NULL, the result isNULL.- A
char_expressionand the result can contain multi-byte characters. The uppercase conversion is determined by the case table in theconvmapfile. The default case table isBASIC.Compatibility
SQL compatible
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |